Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 194 Bytes

File metadata and controls

5 lines (4 loc) · 194 Bytes

A mathematical Vector that goes on way beyond math, allowing to use it with any type.

print( str( ( Vector( "Hello, " ) + Vector( "World!" ) ) )[ 0 ][ 9 : 22 ] ) #"Hello, World!"