|
1 | | -__precompile__(true) |
2 | 1 | """ |
3 | 2 | StrBase package |
4 | 3 |
|
5 | | -Copyright 2017-2020 Gandalf Software, Inc., Scott P. Jones, |
| 4 | +Copyright 2017-2022 Gandalf Software, Inc., Scott P. Jones, |
6 | 5 | and other contributors to the Julia language |
7 | 6 | Licensed under MIT License, see LICENSE.md |
8 | 7 | Based partly on code in LegacyStrings that used to be part of Julia |
@@ -34,11 +33,7 @@ using ModuleInterfaceTools |
34 | 33 | MS_UTF8, MS_UTF16, MS_UTF32, MS_SubUTF32, MS_Latin, MS_ByteStr, MS_RawUTF8, |
35 | 34 | _wrap_substr, _empty_sub, |
36 | 35 | AccessType, UInt16_U, UInt32_U, UInt16_S, UInt32_S, UInt16_US, UInt32_US, |
37 | | - alignedtype, swappedtype, checkkeep, splitarr, __rsplit, __replace |
38 | | - |
39 | | -@static if !isdefined(Base, :eachsplit) |
40 | | - @api develop __split |
41 | | -end |
| 36 | + alignedtype, swappedtype, checkkeep, splitarr, __split, __rsplit, __replace |
42 | 37 |
|
43 | 38 | using Base: @_inline_meta, @propagate_inbounds, @_propagate_inbounds_meta, RefValue |
44 | 39 |
|
|
0 commit comments