Learn
Type declarations
Learn how to specify the types of values.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how to specify the types of values.
# Tensor
Tensor v = []
# Infinite
Infinite x = inf
# No type
Any t = x
# Annotation
Tensor u, v
# do whatever
u*v
Was this page helpful?