Add Num.withDecimalPoint

This commit is contained in:
Fabian Schmalzried 2024-03-15 10:43:05 +01:00
parent 9c664172dd
commit 64e9899cad
No known key found for this signature in database
GPG key ID: D691D5DA4CEF42E7
12 changed files with 34 additions and 13 deletions

View file

@ -1346,7 +1346,8 @@ pub(crate) fn lowlevel_borrow_signature(op: LowLevel) -> &'static [Ownership] {
| NumCountTrailingZeroBits
| NumCountOneBits
| I128OfDec
| DecWithoutDecimalPoint => &[IRRELEVANT],
| NumWithoutDecimalPoint
| NumWithDecimalPoint => &[IRRELEVANT],
StrStartsWith | StrEndsWith => &[BORROWED, BORROWED],
StrFromUtf8 => &[OWNED],
StrToUtf8 => &[OWNED],