Tag: struct

Struct and vectorised function

When working with Julia, it is common to come across situations where you need to apply a function to each element of a vector. In this article, we will explore different ways

Read More »