Sha256: 8a7760b5096d9847faa4f834f039eac3896742950eba099410e920fde8df117d
Contents?: true
Size: 357 Bytes
Versions: 11
Compression:
Stored size: 357 Bytes
Contents
module Swift module Type class BigDecimal < Attribute; end class Boolean < Attribute; end class Date < Attribute; end class Time < Attribute; end class Float < Attribute; end class Integer < Attribute; end class IO < Attribute; end class String < Attribute; end end # Type end # Swift
Version data entries
11 entries across 11 versions & 1 rubygems