codex-storage / questionable

Elegant optional types for Nim
Other
114 stars 5 forks source link

.? calls cannot be followed by a . call #3

Closed markspanbroek closed 3 years ago

markspanbroek commented 3 years ago

The following doesn't compile:

let a = @[41, 42].some?.len.get