Sha256: 3f5b94165e4eee3e663170bcf816737b150f6783653df46bab67b48b5ef95146
Contents?: true
Size: 246 Bytes
Versions: 3
Compression:
Stored size: 246 Bytes
Contents
--- title: Array With Member layout: gem-single name: dry-types --- The built-in array type supports defining the member's type: ``` ruby PostStatuses = Types::Array.of(Types::Coercible::String) PostStatuses[[:foo, :bar]] # ["foo", "bar"] ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
dry-types-1.2.2 | docsite/source/array-with-member.html.md |
dry-types-1.2.1 | docsite/source/array-with-member.html.md |
dry-types-1.2.0 | docsite/source/array-with-member.html.md |