vlang/vsl

Override operators for all struct types

Open

#34 opened on Jan 6, 2021

 (4 comments) (0 reactions) (0 assignees)V (49 forks)auto 404
Hacktoberfestgood first issue

Repository metrics

Stars
 (400 stars)
PR merge metrics
 (PR metrics pending)

Description

We have different types defined as structs in vsl, such as Matrix at vsl.la, among others. Would be good to override missing operators +, -, *, /, %, . . .

Contributor guide