Anyone know if there is any way to know which algo...
# suitescript
a
Anyone know if there is any way to know which algorithm is behind some native functions? let say I will like to know if
indexOf
is using binary search or simple search?