mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 14:04:33 +00:00
feat: add Predicate::{Call, GeneralEqual}
This commit is contained in:
parent
2939c740a7
commit
4393649ffc
15 changed files with 746 additions and 22 deletions
|
@ -30,7 +30,7 @@
|
|||
dtype: Type
|
||||
size: Nat
|
||||
copy: |T, S: [Nat; _]|(self: .NDArray(T, S),) -> .NDArray(T, S)
|
||||
reshape: |T, Old: [Nat; _], S: [Nat; _]|(
|
||||
reshape: |T, Old: [Nat; _], S: {A: [Nat; _] | A.prod() == Old.prod()}|(
|
||||
self: .NDArray(T, Old),
|
||||
shape: {S},
|
||||
) -> .NDArray(T, S)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue