You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
generics: ability to specify types of list's elements
hash (meant as dictionary), available as:
raw: type of hash's keys/values is unspecified
generics: ability to specify types of hash's keys/elements
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/35723563-feed-additional-types-in-typesystem?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F10471801&utm_medium=issues&utm_source=github).
The text was updated successfully, but these errors were encountered:
Add the following types:
date
time
datetime
list
, available as:raw
: type of list's elements is unspecifiedgenerics
: ability to specify types of list's elementshash
(meant as dictionary), available as:raw
: type of hash's keys/values is unspecifiedgenerics
: ability to specify types of hash's keys/elementsThe text was updated successfully, but these errors were encountered: