Ignore:
Timestamp:
Jan 18, 2024, 10:17:21 PM (9 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
f988834
Parents:
906d8fa
Message:

Modify substring interface from start-end to start-len, and add a missing test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/collections/string.hfa

    r906d8fa re8b3717  
    162162
    163163// Slicing
    164 string ?()( string & s, size_t start, size_t end );  // TODO const?
     164string ?()( string & s, size_t start, size_t len );  // TODO const?
    165165string ?()( string & s, size_t start);
    166166
Note: See TracChangeset for help on using the changeset viewer.