mirror of
https://github.com/apple/pkl.git
synced 2026-03-22 00:59:17 +01:00
SPICE-0025: pkl run CLI framework (#1367)
This commit is contained in:
@@ -3961,6 +3961,7 @@ emailList: List<EmailAddress> // <2>
|
||||
<1> equivalent to `email: String(contains("@"))` for type checking purposes
|
||||
<2> equivalent to `emailList: List<String(contains("@"))>` for type checking purposes
|
||||
|
||||
[[nullable-types]]
|
||||
==== Nullable Types
|
||||
|
||||
Class types such as `Bird` (see above) do not admit `null` values.
|
||||
|
||||
Reference in New Issue
Block a user