Sha256: a40afd2e90cb7c2f9926d586b9a7e8f603307fb8d0b951b79a47c411895d7d86
Contents?: true
Size: 795 Bytes
Versions: 66
Compression:
Stored size: 795 Bytes
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Type param: `A`, `unchecked out A`, ...", "type": "object", "properties": { "name": { "type": "string" }, "variance": { "enum": ["covariant", "contravariant", "invariant"] }, "unchecked": { "type": "boolean" }, "upper_bound": { "oneOf": [ { "$ref": "types.json#/definitions/classInstance" }, { "$ref": "types.json#/definitions/classSingleton" }, { "$ref": "types.json#/definitions/interface" }, { "type": "null" } ] }, "location": { "$ref": "location.json" } }, "required": ["name", "variance", "unchecked", "upper_bound", "location"] }
Version data entries
66 entries across 66 versions & 2 rubygems