The ideas here is to have string be polymorphic as an array of characters. While not 100% it is nearly so (getting there).
"123".pop # => "12"
Required Files
- facet/string/at
- facet/string/pop
- facet/string/push
- facet/string/shift
- facet/string/unshift
- facet/string/slap