Skip to content

Commit 8459084

Browse files
Yu-zhbobzhang
authored andcommitted
chore: update mbti
1 parent 8824a5c commit 8459084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builtin/pkg.generated.mbti

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,8 @@ fn[T] FixedArray::set(Self[T], Int, T) -> Unit
561561
fn FixedArray::set_utf16be_char(Self[Byte], Int, Char) -> Int
562562
fn FixedArray::set_utf16le_char(Self[Byte], Int, Char) -> Int
563563
fn FixedArray::set_utf8_char(Self[Byte], Int, Char) -> Int
564+
#alias(op_as_view)
565+
fn[T] FixedArray::sub(Self[T], start? : Int, end? : Int) -> ArrayView[T]
564566
fn[A] FixedArray::unsafe_blit(Self[A], Int, Self[A], Int, Int) -> Unit
565567
fn[T] FixedArray::unsafe_get(Self[T], Int) -> T
566568
fn FixedArray::unsafe_reinterpret_as_bytes(Self[Byte]) -> Bytes

0 commit comments

Comments
 (0)