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
Some methods like leftAlign(graphics: Graphic*): Graphic or spaceHorizontally(margin: Double, graphics: Graphic*) could be super useful.
I've been doing rows and columns using foldleft and, like when dealing with the withName result, you have to add an arbitrary Phantom object. Having such methods could sweep that boilerplate stuff under the rug.
The text was updated successfully, but these errors were encountered:
Some methods like
leftAlign(graphics: Graphic*): Graphic
orspaceHorizontally(margin: Double, graphics: Graphic*)
could be super useful.I've been doing rows and columns using
foldleft
and, like when dealing with thewithName
result, you have to add an arbitraryPhantom
object. Having such methods could sweep that boilerplate stuff under the rug.The text was updated successfully, but these errors were encountered: