seg.spad line 269 [edit on github]
This package provides operations for mapping functions onto SegmentBindings.
s
map(f, v=a..b) returns the value given by v=f(a)..f(b).
map(f, v=a..b)
v=f(a)..f(b)