Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 336 Bytes

Fegeya FString

New generation STL String implementation with powerful features.

FString _str("Hello, ");
FString __str("World!\n");
_str.append(__str);
Print(_str);

Features:

  • Flexible, hackable.
  • Included more string tools.
  • Modern.
  • Fast.

Fegeya FString licensed under the terms of MIT License.