Sha256: 3a731ee7325e54e8494fa15b96ec8df50b7ad07f34e741b5b55a798cc6858d38
Contents?: true
Size: 234 Bytes
Versions: 24
Compression:
Stored size: 234 Bytes
Contents
package foo:foo; interface chars { /// A function that accepts a character take-char: func(x: char); /// A function that returns a character return-char: func() -> char; } world the-world { import chars; export chars; }
Version data entries
24 entries across 24 versions & 1 rubygems