Skip to content
#

statically-typed

Here are 38 public repositories matching this topic...

CrowdHailer
CrowdHailer commented Apr 14, 2022
// ok
<<1:size(8)>>
<<1:size(x)>>

// not ok
<<1:size(7)>>

This won't catch all errors, because x could evaluate at runtime to a value that isn't a multiple of 8. However catching the literal cases when the term is explicitly an integer will still be valuable.

Improve this page

Add a description, image, and links to the statically-typed topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the statically-typed topic, visit your repo's landing page and select "manage topics."

Learn more